If the pixbuf has an alpha channel, use gdk_draw_rgb_32_image to draw it
authorChristian Persch <chpe@gnome.org>
Wed, 6 Feb 2008 23:08:07 +0000 (23:08 +0000)
committerChristian Persch <chpe@src.gnome.org>
Wed, 6 Feb 2008 23:08:07 +0000 (23:08 +0000)
commit08856e5af93b83adfed431c493d03b7a1f03225d
tree7b41a02de757944fca9fa300eb169ef4bc10d970
parent6e03989a4c4cf52d95df7e97d67e381d8b5f1286
If the pixbuf has an alpha channel, use gdk_draw_rgb_32_image to draw it

2008-02-07  Christian Persch  <chpe@gnome.org>

* gdk/gdkpixbuf-render.c:
(gdk_pixbuf_render_pixmap_and_mask_for_colormap): If the pixbuf has an
alpha channel, use gdk_draw_rgb_32_image to draw it to the pixmap;
otherwise there will be random pixel values in the semi-transparent
area of the pixbuf within the mask. Bug #487865.

svn path=/trunk/; revision=19488
ChangeLog
gdk/gdkpixbuf-render.c